@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  font-weight: 300;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
p, span {
	margin-bottom: 1.5em;
	font-size: 20px;
	color: #727272;
	font-weight: 300;
	font-family: "Roboto", Arial, serif;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

header {
  padding: 4em 0;
}

header .fh5co-navbar-brand .fh5co-logo {
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

#fh5co-intro-section {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.intro-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1em 0;
}

#footer p {
  font-size: 16px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}
#footer .social-text-align {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #footer .social-text-align {
    text-align: left !important;
  }
}

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 40px;
  font-weight: 300;
}
.heading-section h3 {
  font-weight: 300;
  line-height: 1.5em;
}

.js .animate-box {
  opacity: 0;
}
